Revert "disable OsPath build flag on windows for now"
authorJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 18:32:44 +0000 (14:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 18:32:44 +0000 (14:32 -0400)
This reverts commit 55cf9ce28fe1c8a4ee64f1843cd3a88e85bcbf35.

Problem was fixed by commit c1e90767daeff7557e047ea4229d83c4e78f9f12

git-annex.cabal

index b610cdf65cf8050e51f0db57540c30155a268973..b662fe482e70a8158da85d197edf0c962ca50d1f 100644 (file)
@@ -333,14 +333,12 @@ Executable git-annex
       P2P.Http.State
 
   if flag(OsPath)
-    -- Currently this build flag does not pass the test suite on Windows
-    if (! os(windows))
-      Build-Depends:
-        os-string (>= 2.0.0),
-        directory (>= 1.3.8.3),
-        filepath (>= 1.5.2.0),
-        file-io (>= 0.1.3)
-      CPP-Options: -DWITH_OSPATH
+    Build-Depends:
+      os-string (>= 2.0.0),
+      directory (>= 1.3.8.3),
+      filepath (>= 1.5.2.0),
+      file-io (>= 0.1.3)
+    CPP-Options: -DWITH_OSPATH
 
   if (os(windows))
     Build-Depends: